Skip to content

Conversation

@karlseguin
Copy link
Collaborator

addEventListener can take a boolean (capture, already supported) or an object of options. This adds union support for the two, but only supports the capture field of the options object.

Supporting the other fields (once, passive & signal) is possibly another non-trivial change to netsurf. cc @krichprollsch

addEventListener can take a boolean (capture, already supported) or an object
of options. This adds union support for the two, but only supports the `capture`
field of the options object.

The other fields are not supported by netsurf.
@karlseguin karlseguin force-pushed the add_event_listener_options branch from 0771997 to 206e34a Compare May 15, 2025 05:32
@karlseguin karlseguin merged commit 3fec6ff into main May 15, 2025
9 checks passed
@karlseguin karlseguin deleted the add_event_listener_options branch May 15, 2025 14:48
@github-actions github-actions bot locked and limited conversation to collaborators May 15, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants